home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / HTTP.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  504b  |  30 lines

  1. /*  */
  2.  
  3. /*      HyperText Tranfer Protocol                                      HTTP.h
  4. **      ==========================
  5. */
  6.  
  7. #ifndef HTTP_H
  8. #define HTTP_H
  9.  
  10. #include "HTAccess.h"
  11.  
  12.  
  13. #ifdef OLD_CODE
  14. /*      Load Document using HTTP
  15. **      ------------------------
  16. */
  17. extern int HTLoadHTTP PARAMS((
  18.         CONST char *            arg,
  19. /*      CONST char *            gateway, */
  20.         HTParentAnchor *        anAnchor,
  21.         int diag));
  22. #endif
  23.  
  24. extern HTProtocol HTTP;
  25.  
  26. #endif /* HTTP_H */
  27. /*
  28.  
  29.     */
  30.